home *** CD-ROM | disk | FTP | other *** search
/ Cigar Companion Interactive / Cigar Companion Interactive.iso / pc / cigars.dxr / DIRECTORY_70.ls < prev    next >
Encoding:
Text File  |  1997-08-27  |  149 b   |  8 lines

  1. on mouseDown
  2.   set doIt to buttonIt()
  3.   if doIt <> 0 then
  4.     initShopCartQuanity()
  5.     createDialWindow("shopping promt", "NavToShop")
  6.   end if
  7. end
  8.